<!-- ##### ENUM GdkPixbufFrameAction ##### -->
<para>
-
+ Each animation frame can have several things happen to it when the
+ next frame is displayed. The #GdkPixbufFrameAction determines this.
+ If a frame as marked as @GDK_PIXBUF_FRAME_RETAIN, then the image
+ will remain displayed, and will be potentially occluded by the next
+ frame. If it is marked as @GDK_PIXBUF_FRAME_DISPOSE, then the
+ animation is reverted to the setting before the frame was shown. If
+ it is marked as @GDK_PIXBUF_FRAME_REVERT, then the animation is
+ reverted to the first image before continuing.
</para>
@GDK_PIXBUF_FRAME_RETAIN:
+2000-01-05 Jonathan Blandford <jrb@redhat.com>
+
+ * doc/tmpl/animation.sgml: Documentation changes.
+
2000-01-01 Federico Mena Quintero <federico@helixcode.com>
* gdk-pixbuf/gdk-pixbuf.h (GdkPixbufAnimation): Added reference